dizzy_omega ~master (2022-04-01T11:00:10.9324115)
Dub
Repo
Tree
unde
games
dizzy
omega
tree
Undocumented in source.
class
Tree :
StaticGameObject
{
float
height
;
float
max_height
;
this
(MainGameObject root, float h, float[3] coords, int number);
void
draw
(GlobalState gs);
bool
tick
(GlobalState gs);
}
Constructors
this
this
(MainGameObject root, float h, float[3] coords, int number)
Undocumented in source.
Members
Functions
draw
void
draw
(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool
tick
(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
height
float
height
;
Undocumented in source.
max_height
float
max_height
;
Undocumented in source.
Inherited Members
From StaticGameObject
x
float
x
;
y
float
y
;
z
float
z
;
Undocumented in source.
load
void
load
(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void
save
(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unde
games
dizzy
omega
tree
classes
Tree